Formatting:

**strong** *emphasized* ~~strikethrough~~ `verbatim`

a backslash \ prevents **accidental formatting**: \* \`

# Title
## Headline
### Sub Heading
#### etc...

## Heading {half}   <-- half width on large screen
## Heading {center} <-- center text in section

Links:

Simple Weblink (use angle brackets):
< https://en.wikipedia.org/wiki/Markdown >

Simple Email Link: < spam@example.com >

Weblink with Text:
[Wikipedia article](https://en.wikipedia.org/wiki/Markdown)
Wikipedia article

Other pages on the same site:
Start page: [Start page](/),
Help: [Help](/[wiki]/editorhelp/)

Lists:

[space] [dash] [space] [text]
 - bullet
 - list
   - indented point

 \- Not a list item

Lists (numbered):

[space] [number] [dot] [space] [text]
 1. ordered
 2. list
    1. indented point

 1\. Not a list item